com.inscoper.nbo.BinData¶
Represents the XML element BinData. More...
Inherits from com.inscoper.nbo.base64Binary_Type, com.inscoper.nbo.NBOBaseClass
Public Functions¶
| Name | |
|---|---|
| synchronized void | delete() |
| BinData() | |
| String | getTypeName() Returns the class type name. |
| String | getXMLName() Returns the XML element name corresponding to this class. |
| ENBOType | getNBOType() Returns the NBO Type corresponding to this class. |
| NBOBaseClassVector | getChildren() Returns a list of all classes derived from this class. |
| NBOBaseClassVector | getSubElements() Returns a list of all child elements contained in this class. |
| void | fromJsonFile(String path, boolean validate) Populates this object from a JSON file. |
| void | fromJsonFile(String path) Populates this object from a JSON file. |
| void | fromJsonString(String json_string, boolean validate) Populates this object from a JSON string. |
| void | fromJsonString(String json_string) Populates this object from a JSON string. |
| void | fromXmlFile(String path, boolean validate) Populates this object from a XML file. |
| void | fromXmlFile(String path) Populates this object from a XML file. |
| void | fromXmlString(String xml_string, boolean validate) Populates this object from a XML string. |
| void | fromXmlString(String xml_string) Populates this object from a XML string. |
| void | toXmlFile(String filename, boolean validate) Serializes this object to an XML file. |
| void | toXmlFile(String filename) Serializes this object to an XML file. |
| String | toXmlString(boolean validate) Serializes this object to an XML string. |
| String | toXmlString() Serializes this object to an XML string. |
| void | setCompression(String value, boolean validate) Sets the value of the Compression attribute. |
| void | setCompression(String value) Sets the value of the Compression attribute. |
| String | getCompression() Returns the value of the Compression attribute. |
| void | resetCompression() Resets the Compression attribute to an unset state. |
| boolean | hasCompression() Checks whether the Compression attribute is present. |
| void | setBigEndian(boolean value, boolean validate) Sets the value of the BigEndian attribute. |
| void | setBigEndian(boolean value) Sets the value of the BigEndian attribute. |
| boolean | getBigEndian() Returns the value of the BigEndian attribute. |
| void | resetBigEndian() Resets the BigEndian attribute to an unset state. |
| boolean | hasBigEndian() Checks whether the BigEndian attribute is present. |
| void | setLength(NonNegativeLong_Type value, boolean validate) Sets the value of the Length attribute. |
| void | setLength(NonNegativeLong_Type value) Sets the value of the Length attribute. |
| NonNegativeLong_Type | getLength() Returns the value of the Length attribute. |
| void | resetLength() Resets the Length attribute to an unset state. |
| boolean | hasLength() Checks whether the optional Length attribute is present. |
| BinData | __internal_create(long cPtr, boolean own) |
| BinData | fromBase(NBOBaseClass base) Cast a NBOBaseClass to a CMOS. |
| StringSet | getCompressionAllowedValues() Returns the allowed values for this attribut. |
Protected Functions¶
| Name | |
|---|---|
| BinData(long cPtr, boolean cMemoryOwn) | |
| void | swigSetCMemOwn(boolean own) |
| void | finalize() |
| long | getCPtr(BinData obj) |
Additional inherited members¶
Public Functions inherited from com.inscoper.nbo.base64Binary_Type
| Name | |
|---|---|
| base64Binary_Type() | |
| void | set(String v, boolean validate) Assigns a new value to this object. |
| void | set(String v) Assigns a new value to this object. |
| String | get() Returns the value of this object. |
| StringSet | getAllowedValues() Returns the allowed values for this object. |
| String | getPattern() Returns the pattern for this object. |
Protected Functions inherited from com.inscoper.nbo.base64Binary_Type
| Name | |
|---|---|
| base64Binary_Type(long cPtr, boolean cMemoryOwn) |
Protected Functions inherited from com.inscoper.nbo.NBOBaseClass
| Name | |
|---|---|
| NBOBaseClass(long cPtr, boolean cMemoryOwn) |
Detailed Description¶
Represents the XML element BinData.
The contents of this element are base64-encoded. These are not CDATA sections, just a base64 stream.
Public Functions Documentation¶
function delete¶
Reimplements: com.inscoper.nbo.base64Binary_Type.delete
function BinData¶
function getTypeName¶
Returns the class type name.
Return: The class type name
Reimplements: com.inscoper.nbo.base64Binary_Type.getTypeName
function getXMLName¶
Returns the XML element name corresponding to this class.
Return: The XML element name
Reimplements: com.inscoper.nbo.base64Binary_Type.getXMLName
function getNBOType¶
Returns the NBO Type corresponding to this class.
Return: The NBO Type value
Reimplements: com.inscoper.nbo.base64Binary_Type.getNBOType
function getChildren¶
Returns a list of all classes derived from this class.
Return: The list of derived classes
Reimplements: com.inscoper.nbo.base64Binary_Type.getChildren
function getSubElements¶
Returns a list of all child elements contained in this class.
Return: The list of child classes
Reimplements: com.inscoper.nbo.base64Binary_Type.getSubElements
function fromJsonFile¶
Populates this object from a JSON file.
Parameters:
- path The path to the JSON file
- validate If true, validates constraints on value. Default is true.
Reimplements: com.inscoper.nbo.base64Binary_Type.fromJsonFile
function fromJsonFile¶
Populates this object from a JSON file.
Parameters:
- path The path to the JSON file
Reimplements: com.inscoper.nbo.base64Binary_Type.fromJsonFile
function fromJsonString¶
Populates this object from a JSON string.
Parameters:
- json_string The JSON content as a string
- validate If true, validates constraints on value. Default is true.
Reimplements: com.inscoper.nbo.base64Binary_Type.fromJsonString
function fromJsonString¶
Populates this object from a JSON string.
Parameters:
- json_string The JSON content as a string
Reimplements: com.inscoper.nbo.base64Binary_Type.fromJsonString
function fromXmlFile¶
Populates this object from a XML file.
Parameters:
- path The path to the XML file
- validate If true, validates constraints on value. Default is true.
Reimplements: com.inscoper.nbo.base64Binary_Type.fromXmlFile
function fromXmlFile¶
Populates this object from a XML file.
Parameters:
- path The path to the XML file
Reimplements: com.inscoper.nbo.base64Binary_Type.fromXmlFile
function fromXmlString¶
Populates this object from a XML string.
Parameters:
- xml_string The XML content as a string
- validate If true, validates constraints on value. Default is true.
Reimplements: com.inscoper.nbo.base64Binary_Type.fromXmlString
function fromXmlString¶
Populates this object from a XML string.
Parameters:
- xml_string The XML content as a string
Reimplements: com.inscoper.nbo.base64Binary_Type.fromXmlString
function toXmlFile¶
Serializes this object to an XML file.
Parameters:
- filename The path to the output XML file
- validate If true, validates constraints on value. Default is true.
Reimplements: com.inscoper.nbo.base64Binary_Type.toXmlFile
function toXmlFile¶
Serializes this object to an XML file.
Parameters:
- filename The path to the output XML file
Reimplements: com.inscoper.nbo.base64Binary_Type.toXmlFile
function toXmlString¶
Serializes this object to an XML string.
Parameters:
- validate If true, validates constraints on value. Default is true.
Return: A string containing the XML representation of this object
Reimplements: com.inscoper.nbo.base64Binary_Type.toXmlString
function toXmlString¶
Serializes this object to an XML string.
Return: A string containing the XML representation of this object
Reimplements: com.inscoper.nbo.base64Binary_Type.toXmlString
function setCompression¶
Sets the value of the Compression attribute.
Parameters:
- value The value to set
- validate If true, validates constraints on value. Default is true.
No description available in the XSD standard.
function setCompression¶
Sets the value of the Compression attribute.
Parameters:
- value The value to set
No description available in the XSD standard.
function getCompression¶
Returns the value of the Compression attribute.
Return: The value of the attribute
No description available in the XSD standard.
function resetCompression¶
Resets the Compression attribute to an unset state.
No description available in the XSD standard.
function hasCompression¶
Checks whether the Compression attribute is present.
Return: true if the attribute has been set, false otherwise
No description available in the XSD standard.
function setBigEndian¶
Sets the value of the BigEndian attribute.
Parameters:
- value The value to set
- validate If true, validates constraints on value. Default is true.
No description available in the XSD standard.
function setBigEndian¶
Sets the value of the BigEndian attribute.
Parameters:
- value The value to set
No description available in the XSD standard.
function getBigEndian¶
Returns the value of the BigEndian attribute.
Return: The value of the attribute
No description available in the XSD standard.
function resetBigEndian¶
Resets the BigEndian attribute to an unset state.
No description available in the XSD standard.
function hasBigEndian¶
Checks whether the BigEndian attribute is present.
Return: true if the attribute has been set, false otherwise
No description available in the XSD standard.
function setLength¶
Sets the value of the Length attribute.
Parameters:
- value The value to set
- validate If true, validates constraints on value. Default is true.
No description available in the XSD standard.
function setLength¶
Sets the value of the Length attribute.
Parameters:
- value The value to set
No description available in the XSD standard.
function getLength¶
Returns the value of the Length attribute.
Return: The value of the attribute
No description available in the XSD standard.
function resetLength¶
Resets the Length attribute to an unset state.
No description available in the XSD standard.
function hasLength¶
Checks whether the optional Length attribute is present.
Return: true if the optional attribute has been set, false otherwise
No description available in the XSD standard.
function __internal_create¶
Reimplements: com.inscoper.nbo.base64Binary_Type.__internal_create
function fromBase¶
Cast a NBOBaseClass to a CMOS.
Parameters:
- base The base class to cast
Return: The casted element, or nullptr if the cast fails
Reimplements: com.inscoper.nbo.base64Binary_Type.fromBase
function getCompressionAllowedValues¶
Returns the allowed values for this attribut.
Return: The list of allowed values
No description available in the XSD standard.
Protected Functions Documentation¶
function BinData¶
function swigSetCMemOwn¶
Reimplements: com.inscoper.nbo.base64Binary_Type.swigSetCMemOwn
function finalize¶
Reimplements: com.inscoper.nbo.base64Binary_Type.finalize
function getCPtr¶
Updated on 2026-06-22 at 17:06:23 +0200